Papers with disagreement detection
CARE: A Disagreement Detection Framework with Concept Alignment and Reasoning Enhancement (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to disagreement detection are limited by conceptual gap and reasoning gap. |
| Approach: | They propose a conceptual alignment and reasoning enhancement framework to address the conceptual gap and the reasoning gap in disagreement detection. |
| Outcome: | The proposed framework shows superior performance in zero-shot and supervised learning settings, both within and across domains. |
STEntConv: Predicting Disagreement between Reddit Users with Stance Detection and a Signed Graph Convolutional Network (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing methods to detect disagreements on social media platforms have focused on supplementing textual information with user network information, such as Twitter's following system, retweets and hashtags. |
| Approach: | They propose a method which builds a graph of users and named entities and trains a Signed Graph Convolutional Network to detect disagreement between comment and reply posts. |
| Outcome: | The proposed model builds a graph of users and named entities weighted by stance and trains a Signed Graph Convolutional Network (SGCN) to detect disagreement between comment and reply posts. |